sorting column造句
例句与造句
- Indicate the order in which to sort columns
指示列的排序顺序。 - Gets or sets the sort column or columns , and sort order for the
的一个或多个排序列以及排序顺序。 - How to : add , remove , and sort columns in query results
如何:添加、移除查询结果中的列以及进行排序 - Multiple sort columns can be specified
可指定多个排序列。 - Describes how to set the language that will be used to sort columns
介绍如何设置将用于对列进行排序的语言。 - It's difficult to find sorting column in a sentence. 用sorting column造句挺难的
- Added : sort column of news list is now saved when quitting greatnews
新增:新闻列表的排序设定现在会保存了。 - The sequence of the sort columns in the order by clause defines the organization of the sorted result set
Order by子句中的排序列序列定义了排序结果集的结构。 - You can sort columns in the team space catalog , and notify team members when a new member is added
在团队空间目录中可以对各个列进行排序,新成员加入时将通知团队成员。 - Column sorting is an option that allows users to sort columns in a view ascending , descending , or both
列排序这个选项允许用户按升序、降序或同时使用这两种顺序对视图中的列排序。 - This can be verified by checking all of the various sort columns of the plan table when doing an explain
在进行explain时,通过检查plan _ table中所有不同的sort *列,便可以确认这一点。 - Columns that are not selected for sorting are automatically copied to the transformation output together with the sorted columns
没有选择进行排序的列将与被排序列一起自动被复制到转换输出。 - The column with the lowest number is sorted first , the sort column with the second lowest number is sorted next , and so on
首先对具有最小数字的列进行排序,然后对具有第二小数字的排序列进行排序,依此类推。 - Control displays data as a table and provides the capability to sort columns , page through data , and edit or delete a single record
控件以表的形式显示数据,并提供对列进行排序、翻阅数据以及编辑或删除单个记录的功能。 - A sort column can be specified as a name or column alias , or a nonnegative integer representing the position of the name or alias in the select list . an integer cannot be specified when the
可以将排序列指定为一个名称或列别名,也可以指定一个表示该名称或别名在选择列表中所处位置的非负整数。 - However , if select distinct is specified , or if the statement contains a group by clause , or if the select statement contains a union operator , the sort columns must appear in the select list
但是,如果未指定select distinct ,或者如果select语句包含union运算符,则排序列必须出现在选择列表中。